/**底部**/
.footer {
  --color: #979797;
  --hover: var(--main-color);
  position: relative;
  background: #222;
  font-size: 14px;
  line-height: 1.6em;
  color: var(--color);
}
.footer a:hover {
  color: var(--main-color);
}
.footer .logo-share {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.footer .logo-share .logo img {
  width: 192px;
}
.footer .contact-block .contact-li {
  --sw: 30px;
}
.footer .contact-block .contact-li + .contact-li {
  margin-top: 6px;
}
.footer .contact-block .contact-li .self-svg {
  --size: 80%;
  --fill: #ffffff;
  margin-top: 4px;
  flex-shrink: 0;
  border-radius: 50%;
  width: var(--sw);
  height: var(--sw);
  background-image: linear-gradient(0deg, #8c0800 0%, #4f0500 100%), linear-gradient(#4d504d, #4d504d);
  background-blend-mode: normal, normal;
}
.footer .contact-block .contact-li .self-svg.address {
  --size: 62%;
}
.footer .contact-block .contact-li .self-svg.phone {
  --size: 58%;
}
.footer .contact-block .contact-li .self-svg.mail {
  --size: 68%;
}
.footer .contact-block .contact-li .contact-cont {
  width: calc(100% - var(--sw));
  padding-left: 1em;
}
.footer .contact-block .contact-li .contact-cont .c-c-t {
  display: block;
}
.footer .bot {
  background-color: #000000;
  font-size: 13px;
  line-height: 1.4em;
  color: #999999;
}
@media (min-width: 1201px) {
  .footer .logo-share {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .footer .menus {
    padding-top: 36px;
    padding-bottom: 110px;
  }
  .footer .menus .menus-li + .menus-li {
    padding-left: calc(var(--wrap-width)*0.03);
  }
  .footer .menus .menus-title {
    font-size: 18px;
    line-height: 1.4em;
    color: #fff;
  }
  .footer .menus .menus-title::after {
    content: '';
    display: block;
    margin-top: 14px;
    margin-bottom: 10px;
    width: 1.5em;
    height: 1px;
    background-color: #666666;
  }
  .footer .menus .menus-a-s {
    padding-top: 10px;
  }
  .footer .menus .menus-a-s .a-box {
    padding: 0.18em 0;
  }
  .footer .menus .menus-a-s a {
    --pad: 0.17em;
    display: inline-block;
    position: relative;
    vertical-align: top;
    transform: translateX(0);
    transition: transform 0.3s;
  }
  .footer .menus .menus-a-s a::before {
    content: '';
    display: block;
    margin-right: 0.2em;
    position: absolute;
    right: 100%;
    top: 0.7em;
    width: 0;
    height: 1px;
    background: var(--main-color);
    transition: width 0.3s;
  }
  .footer .menus .menus-a-s a::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 0;
  }
  .footer .menus .menus-a-s a:hover {
    transform: translateX(calc(var(--pad) + 0.2em));
  }
  .footer .menus .menus-a-s a:hover::before {
    width: var(--pad);
  }
  .footer .menus .menus-a-s a:hover::after {
    width: calc(var(--pad) + 0.2em);
  }
  .footer .bot {
    padding-top: 1.6em;
    padding-bottom: 1.6em;
  }
  .footer .bot .right-cont .a {
    margin-left: 20px;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .footer .logo-share {
    padding-top: 35px;
    padding-bottom: 25px;
  }
  .footer .menus {
    padding-top: 32px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1201px) and (max-width: 1441px) {
  .footer .logo-share {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .footer .menus {
    padding-top: 25px;
    padding-bottom: 50px;
  }
}
@media (max-width: 1200px) {
  .footer {
    padding-top: 0.5rem;
    font-size: 0.26rem;
  }
  .footer .logo-share {
    padding-bottom: 0.3rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer .logo-share .logo {
    margin-bottom: 0.2rem;
  }
  .footer .logo-share .logo img {
    width: 2.22rem;
  }
  .footer .logo-share .share-box {
    width: 100%;
    justify-content: center;
  }
  .footer .contact-block {
    width: 100%;
    text-align: center;
  }
  .footer .contact-block .logo {
    margin-bottom: 0.2rem;
  }
  .footer .contact-block .logo img {
    width: 3.5rem;
  }
  .footer .contact-block .share-box {
    margin-top: 0.2rem;
    justify-content: center;
  }
  .footer .menus {
    width: 100%;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .footer .menus .ul {
    display: none;
  }
  .footer .menus .menus-title {
    display: none;
    font-size: 0.3rem;
  }
  .footer .menus .menus-li {
    margin: 0 auto;
    width: 100%;
  }
  .footer .menus .contact-block {
    padding-top: 0.2rem;
  }
  .footer .menus .contact-block .contact-li {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .footer .menus .contact-block .contact-li + .contact-li {
    margin-top: 0.1rem;
  }
  .footer .menus .contact-block .contact-li .self-svg {
    margin-bottom: 0.1rem;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .menus .contact-block .contact-li .contact-cont {
    width: auto;
  }
  .footer .menus .contact-block .contact-li .contact-cont .c-c-t {
    display: none;
  }
  .footer .bot {
    padding-top: 0.25rem;
    padding-bottom: 0.2rem;
    flex-wrap: wrap;
    text-align: center;
  }
  .footer .bot .left-cont {
    width: 100%;
  }
  .footer .bot .right-cont {
    width: 100%;
    justify-content: center;
  }
  .footer .bot .right-cont .line {
    margin-top: 0.1rem;
  }
}
